Click or drag to resize

ServiceGetMailTips Method (Mailbox, IListMailbox)

Gets the mail tips information for the specified mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetMailTipsResponse GetMailTips(
	Mailbox sender,
	IList<Mailbox> recipients
)

Parameters

sender
Type: Independentsoft.ExchangeMailbox
The sender.
recipients
Type: System.Collections.GenericIListMailbox
The recipients.

Return Value

Type: GetMailTipsResponse
GetMailTipsResponse.
See Also